'Declaration
Public Overloads Sub Sort( _
ByVal index As System.Integer, _
ByVal count As System.Integer, _
ByVal comparer As System.Collections.Generic.IComparer(Of RenderObject) _
)
public void Sort(
System.int index,
System.int count,
System.Collections.Generic.IComparer<RenderObject> comparer
)